home *** CD-ROM | disk | FTP | other *** search
/ Mesolore / Mesolore - Disc 2.iso / mac / data / Nuttall.dir / 00021_Script_GoCdxMN < prev    next >
Text File  |  2001-01-30  |  141b  |  7 lines

  1. on mouseDown
  2.   cursor 4
  3.  
  4.   set btnName = the name of cast (the castNum of sprite (the clickOn))
  5.   GoCdxMN(btnName)
  6.   dontPassEvent
  7. end